XmlTree Context (Right-Click) Menu
CommandFunction
CutCut the selected data and put in clipboard.
CopyCopy the selected data to clipboard. If the selected data is XML node(s), all the child nodes will be copied.
Copy Special (Copy without Children)Copy only the parent node(s).
Copy Special (Copy Path)Copy the XPath of the selected node(s).
PastePaste the data in clipboard to the current location. XmlShell will try to interprete and parse the data as XML data. Data will be inserted as sibling nodes if possible.
Paste Special (Paste Children)Paste data as child nodes instead of sibling nodes.
Insert SiblingReload the current file. Current changes will get lost. Users will be prompted to cancel or continue the command.
Insert ChildA list of most recently opened files that users can select and open it.
Duplicate NodeQuit XmlShell.
DeleteQuit XmlShell.
XmlTree Node Title (Full)Show Tag + Text + Attributes for the node in the XmlTree View.
XmlTree Node Title (Tag Name)Show Tag for the node in the XmlTree View.
XmlTree Node Title (Text)Show Text for the node in the XmlTree View.
XmlTree Node Title (Attributes)Show Attributes for the node in the the XmlTree View.
Expand All ChildrenExpand all the selected nodes in the XmlTree View and all their children.
Collapse All ChildrenCollapse all the selected nodes in the XmlTree View and all their children.
ExpandExpand all the selected nodes in the XmlTree View, not including their children.
CollapseCollapse all the selected nodes in the XmlTree View, not including their children.